gdk: Expand the docs a bit
authorMatthias Clasen <matthiasc@redhat.com>
Sat, 10 Feb 2018 23:46:14 +0000 (23:46 +0000)
committerMatthias Clasen <matthiasc@redhat.com>
Sat, 10 Feb 2018 23:46:14 +0000 (23:46 +0000)
Add a reference to the getter to the GdkKeymap::direction-changed
signal docs.
sh: indent: command not found

gdk/gdkkeys.c

index d8096b4776f966423c66b9cdc41874fa3f633d53..e3435d901b592a1e144bb2f65baa7f8a72c15aca 100644 (file)
@@ -176,8 +176,8 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
    * GdkKeymap::direction-changed:
    * @keymap: the object on which the signal is emitted
    *
-   * The ::direction-changed signal gets emitted when the direction of
-   * the keymap changes.
+   * The ::direction-changed signal gets emitted when the direction
+   * of the keymap changes. See gdk_keymap_get_direction().
    */
   signals[DIRECTION_CHANGED] =
     g_signal_new (g_intern_static_string ("direction-changed"),